Micron Document
🎖️GitЯра🎖️

Node / meshcore / MeshCore / commits / 82de18f

Commit 82de18fb0e1b74382fb1c190ad62de0c0aef1e60


Parents : 9c60f96
Author : taco <taco@sly.nu>
Date : 2026-08-12T14:07:31+10:00

T096 PA_CTX pin direction workaround

Changes

1 files changed, 1 insertions(+), 0 deletions(-)


Diff

diff --git a/variants/heltec_t096/LoRaFEMControl.cpp b/variants/heltec_t096/LoRaFEMControl.cpp
index fb60a8f78..45bbfd649 100644
--- a/variants/heltec_t096/LoRaFEMControl.cpp
+++ b/variants/heltec_t096/LoRaFEMControl.cpp
@@ -21,6 +21,7 @@ void LoRaFEMControl::setSleepModeEnable(void)
void LoRaFEMControl::setTxModeEnable(void)
{
+ pinMode(P_LORA_KCT8103L_PA_CTX, OUTPUT); // force pinMode before transmit as temporary workaround for https://github.com/meshcore-dev/MeshCore/issues/3151
digitalWrite(P_LORA_KCT8103L_PA_CSD, HIGH);
digitalWrite(P_LORA_KCT8103L_PA_CTX, HIGH);
}

Served by rngit 1.5.4 - Generated in 0.04s